Class PageImageableSize
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Opisuje obrazowany obszar dla układu i renderowania. Będzie to zgłaszane na podstawie Aspose.Page.XPS.XpsMetadata.PageMediaSize oraz 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, IPrintTicketElementChild
Dziedziczenie
object ← PrintTicketElement ← CompositePrintTicketElement ← Property ← PageImageableSize
Implementuje
IFeatureItem, IOptionItem, IScoredPropertyItem, IPropertyItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPagePrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
Dziedziczone członkowie
PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktorzy
PageImageableSize(int, int)
Tworzy nową instancję.
public PageImageableSize(int width, int height)
Parametry
width
int
Wartość właściwości ImageableSizeWidth
.
height
int
Wartość właściwości ImageableSizeHeight
.
PageImageableSize(int, int, int, int, int, int)
Tworzy nową instancję.
public PageImageableSize(int width, int height, int originWidth, int originHeight, int extentWidth, int extentHeight)
Parametry
width
int
Wartość właściwości ImageableSizeWidth
.
height
int
Wartość właściwości ImageableSizeHeight
.
originWidth
int
Wartość właściwości OriginWidth
podwłaściwości ImageableArea
.
originHeight
int
Wartość właściwości OriginHeight
podwłaściwości ImageableArea
.
extentWidth
int
Wartość właściwości ExtentWidth
podwłaściwości ImageableArea
.
extentHeight
int
Wartość właściwości ExtentHeight
podwłaściwości ImageableArea
.