| Visual Basic (Declaration) | |
|---|---|
Overrides Public ReadOnly Property Format As DocumentFormat | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public override DocumentFormat Format {get;} | |
| C++/CLI | |
|---|---|
public: property DocumentFormat Format override { DocumentFormat get(); } | |
Return Value
This property will always return DocumentFormat.Xps.For an example, refer to XpsDocumentOptions.
This property is required internally by LEADTOOLS.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code