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.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public 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 © 2022 Aspose. All Rights Reserved.