Represents the document page informations.
Namespace: Spire.Doc.Documents.RenderingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PageSetup PageSetup { get; set; }
Public Property PageSetup As PageSetup Get Set
public: property PageSetup^ PageSetup { PageSetup^ get (); void set (PageSetup^ value); }
member PageSetup : PageSetup with get, set