Class PageImageableSize

Class PageImageableSize

Tên không gian: Aspose.Page.XPS.XpsMetadata Tổng hợp: Aspose.Page.dll (25.4.0)

Mô tả các kênh hình ảnh cho bố trí và rendering. điều này sẽ được đặc biệt dựa trênXPS.XpsMetadata.PageMediaSize và 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

Inheritance

object PrintTicketElement CompositePrintTicketElement Property PageImageableSize

Implements

IFeatureItem , IOptionItem , IScoredPropertyItem , IPropertyItem , IJobPrintTicketItem , IDocumentPrintTicketItem , IPagePrintTicketItem , IPrintTicketItem , IPrintTicketElementChild

Thành viên thừa kế

PrintTicketElement.Name , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

PageImageableSize(int, int)

tạo ra một trường hợp mới.

public PageImageableSize(int width, int height)

Parameters

width int

An ImageableSizeWidth giá trị tài sản.

height int

An ImageableSizeHeight giá trị tài sản.

PageImageableSize(int, int, int, int, int, int, int)

tạo ra một trường hợp mới.

public PageImageableSize(int width, int height, int originWidth, int originHeight, int extentWidth, int extentHeight)

Parameters

width int

An ImageableSizeWidth giá trị tài sản.

height int

An ImageableSizeHeight giá trị tài sản.

originWidth int

An ImageableArea thuộc sở hữu OriginWidth giá trị tài sản.

originHeight int

An ImageableArea thuộc sở hữu OriginHeight giá trị tài sản.

extentWidth int

An ImageableArea thuộc sở hữu ExtentWidth giá trị tài sản.

extentHeight int

An ImageableArea thuộc sở hữu ExtentHeight giá trị tài sản.

 Tiếng Việt