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