ConversionMonitorFilter Property |
Filter to which conversion output will be written to. Do not
access until Ready() returns true.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public IFilter Filter { get; }
Public ReadOnly Property Filter As IFilter
Get
public:
virtual property IFilter^ Filter {
IFilter^ get () sealed;
}
Return Value
Type:
IFilterFilter to which output will be written to
Remarks Do not access the Filter until Ready returns true.
See Also