Aspose::Page::XPS::XpsMetadata::PageImageableSize class

PageImageableSize class

Describes the imaged canvas for layout and rendering. This will be reported based on PageMediaSize and PageOrientation. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageimageablesize.

class PageImageableSize : public Aspose::Page::XPS::XpsMetadata::Property,
                          public Aspose::Page::XPS::XpsMetadata::IJobPrintTicketItem,
                          public Aspose::Page::XPS::XpsMetadata::IDocumentPrintTicketItem,
                          public Aspose::Page::XPS::XpsMetadata::IPagePrintTicketItem

Methods

MethodDescription
PageImageableSize(int32_t, int32_t)Creates a new instance.
PageImageableSize(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t)Creates a new instance.

See Also