Class PageImageableSize

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

Наследование

objectPrintTicketElementCompositePrintTicketElementPropertyPageImageableSize

Реализует

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.

 Русский