'Declaration
<System.ComponentModel.CategoryAttribute("Printing")> <System.ComponentModel.DescriptionAttribute("Controls the page settings of the document")> Public Property PageSettings As NPageSettings
'Usage
Dim instance As NDrawingSettings Dim value As NPageSettings instance.PageSettings = value value = instance.PageSettings
[System.ComponentModel.Category("Printing")] [System.ComponentModel.Description("Controls the page settings of the document")] public NPageSettings PageSettings {get; set;}