Class PageImageableSize
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Описує зображену область для макета та рендерингу. Це буде повідомлено на основі Aspose.Page.XPS.XpsMetadata.PageMediaSize та 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
Спадкування
object ← PrintTicketElement ← CompositePrintTicketElement ← Property ← PageImageableSize
Реалізує
IFeatureItem, IOptionItem, IScoredPropertyItem, IPropertyItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPagePrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
Спадковані члени
PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Конструктори
PageImageableSize(int, int)
Створює новий екземпляр.
public PageImageableSize(int width, int height)
Параметри
width
int
Значення властивості ImageableSizeWidth
.
height
int
Значення властивості ImageableSizeHeight
.
PageImageableSize(int, int, int, int, int, int)
Створює новий екземпляр.
public PageImageableSize(int width, int height, int originWidth, int originHeight, int extentWidth, int extentHeight)
Параметри
width
int
Значення властивості ImageableSizeWidth
.
height
int
Значення властивості ImageableSizeHeight
.
originWidth
int
Значення властивості OriginWidth
підвластивості ImageableArea
.
originHeight
int
Значення властивості OriginHeight
підвластивості ImageableArea
.
extentWidth
int
Значення властивості ExtentWidth
підвластивості ImageableArea
.
extentHeight
int
Значення властивості ExtentHeight
підвластивості ImageableArea
.