PDFRasterizerCancel Property |
Gets or sets whether rasterization should be cancelled.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public 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:
BooleanSee Also