Class PageImageableSize
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.8.0)
Describes the imaged canvas for layout and rendering. This will be reported based on Aspose.Page.XPS.XpsMetadata.PageMediaSize and Aspose.Page.XPS.XpsMetadata.PageOrientation. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageimageablesize
public sealed class PageImageableSize : Property, IFeatureItem, IOptionItem, IScoredPropertyItem, IPropertyItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPagePrintTicketItem, IPrintTicketItem, IPrintTicketElementChildInheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Property ← PageImageableSize
Implements
IFeatureItem , IOptionItem , IScoredPropertyItem , IPropertyItem , IJobPrintTicketItem , IDocumentPrintTicketItem , IPagePrintTicketItem , IPrintTicketItem , IPrintTicketElementChild
Inherited Members
PrintTicketElement.Name , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PageImageableSize(int, int)
Creates a new instance.
public PageImageableSize(int width, int height)Parameters
width int
An ImageableSizeWidth property value.
height int
An ImageableSizeHeight property value.
PageImageableSize(int, int, int, int, int, int)
Creates a new instance.
public PageImageableSize(int width, int height, int originWidth, int originHeight, int extentWidth, int extentHeight)Parameters
width int
An ImageableSizeWidth property value.
height int
An ImageableSizeHeight property value.
originWidth int
An ImageableArea sub-property’s OriginWidth property value.
originHeight int
An ImageableArea sub-property’s OriginHeight property value.
extentWidth int
An ImageableArea sub-property’s ExtentWidth property value.
extentHeight int
An ImageableArea sub-property’s ExtentHeight property value.