public final class PageImageableSize extends Property implements IJobPrintTicketItem, IDocumentPrintTicketItem, IPagePrintTicketItem
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
| Constructor and Description |
|---|
PageImageableSize(int width,
int height)
Creates a new instance.
|
PageImageableSize(int width,
int height,
int originWidth,
int originHeight,
int extentWidth,
int extentHeight)
Creates a new instance.
|
getNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic PageImageableSize(int width,
int height)
Creates a new instance.
width - An ImageableSizeWidthproperty value.
height - An ImageableSizeHeightproperty value.
public PageImageableSize(int width,
int height,
int originWidth,
int originHeight,
int extentWidth,
int extentHeight)
Creates a new instance.
width - An ImageableSizeWidthproperty value.
height - An ImageableSizeHeightproperty value.
originWidth - An ImageableAreasub-property's
OriginWidthproperty value.
originHeight - An ImageableAreasub-property's
OriginHeightproperty value.
extentWidth - An ImageableAreasub-property's
ExtentWidthproperty value.
extentHeight - An ImageableAreasub-property's
ExtentHeightproperty value.
Copyright © 2025 Aspose. All Rights Reserved.