RawPdf Property
Summary
A boolean value that specifies whether the result should be raster or PDF.
Syntax
public bool RawPdf { get; set; }
Public Property RawPdf() As Boolean
Get
Set
public:
property bool RawPdf
{
bool get()
void set(bool value)
}
Property Value
true if the result should be in PDF format; otherwise, false.