| Visual Basic (Declaration) | |
|---|---|
Public Overridable MustOverride ReadOnly Property Format As DocumentFormat | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual abstract DocumentFormat Format {get;} | |
| C++/CLI | |
|---|---|
public: virtual abstract property DocumentFormat Format { DocumentFormat get(); } | |
Return Value
This property will always return the DocumentFormat associated with the derived class.For an example, refer to DocumentWriter.
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