The Empty Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Initializes the DocumentPage structure with default values.Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly Property Empty As DocumentPage |
Visual Basic (Usage) | Copy Code |
---|---|
Dim value As DocumentPage value = DocumentPage.Empty |
C# | |
---|---|
public static DocumentPage Empty {get;} |
C++/CLI | |
---|---|
public: static property DocumentPage Empty { DocumentPage get(); } |
Property Value
An instance of the DocumentPage structure initialized with default values. EmfHandle set to IntPtr.Zero and Image set to null (Nothing in Visual Basic).For an example, refer to DocumentWriter.
The EmfHandle property will be initialized to IntPtr.Zero and the Image property will be initialized to null (Nothing in Visual Basic).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7