Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly Property Empty As DocumentPage |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static DocumentPage Empty {get;} |
C++/CLI | |
---|---|
public: static property DocumentPage Empty { DocumentPage get(); } |
Return 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family