XFINIUM.PDF Documentation
PostScript Property



Xfinium.Pdf.PdfFunctions Namespace > PdfPostScriptFunction Class : PostScript Property
Get or sets the PostScript code.
Syntax
'Declaration
 
Public Property PostScript As Byte()
'Usage
 
Dim instance As PdfPostScriptFunction
Dim value() As Byte
 
instance.PostScript = value
 
value = instance.PostScript
public byte[] PostScript {get; set;}
public:
property array<byte>^ PostScript {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

The body of the function, written in PostScript language.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfPostScriptFunction Class
PdfPostScriptFunction Members