ReflowProcessorIsInitialized Property |
Gets whether or not the ReflowProcessor has been already initialized
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static bool IsInitialized { get; }
Public Shared ReadOnly Property IsInitialized As Boolean
Get
public:
static property bool IsInitialized {
bool get ();
}
pdftron.PDF.ReflowProcessor.get_IsInitialized = function();
Property Value
Type:
BooleanSee Also