Document Property (EmfExporter)
In This Topic
Gets or sets the object representing the document that will be exported by the current exporter's
Export(String) or
Export(Stream) methods.
Syntax
'Declaration
Public Property Document As Object
public object Document {get; set;}
See Also