| PageSetupAnyPage Property |
Gets or sets all pages configuration in the the page-sequence.
Namespace: Aspose.Svg.RenderingAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic 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