[]
Gets or sets page settings associated with the current document.
IMPORTANT NOTE: The PageSettings object returned by this property is created on the fly, and any changes made to its sub-properties may be lost unless you explicitly assign the modified object to the current property.
[Browsable(false)]
public PageSettings PageSettings { get; set; }
Type | Description |
---|---|
PageSettings | A snapshot of the current page settings. |