PageLayoutEventArgs
PageSetup Property
|
Represents the document page informations.
Namespace:
Spire.Doc.Documents.Rendering
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Property Value
Type:
PageSetup
See Also