PageSetupAnyPage Property |
Gets or sets all pages configuration in the the page-sequence.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public Page AnyPage { get; set; }
Public Property AnyPage As Page
Get
Set
public:
property Page^ AnyPage {
Page^ get ();
void set (Page^ value);
}
member AnyPage : Page with get, set
Property Value
Type:
Page
Any page.
See Also