PDFRasterizerCancel Property |
Gets or sets whether rasterization should be cancelled.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic bool Cancel { get; set; }
Public Property Cancel As Boolean
Get
Set
public:
virtual property bool Cancel {
bool get () sealed;
void set (bool value) sealed;
}
function get_Cancel();
function set_Cancel(value);
Property Value
Type:
Boolean
See Also