| Visual Basic (Declaration) | |
|---|---|
Public Property Mark As RasterDocumentMarkOptions | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public RasterDocumentMarkOptions Mark {get; set;} | |
| C++/CLI | |
|---|---|
public: property RasterDocumentMarkOptions Mark { RasterDocumentMarkOptions get(); void set (RasterDocumentMarkOptions value); } | |
Return Value
The RasterDocumentMarkOptions class which represents the mark options.Refer to RasterDocumentMarkOptions example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code