Class PageImageableSize
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Mô tả canvas hình ảnh cho bố cục và kết xuất. Điều này sẽ được báo cáo dựa trên
Aspose.Page.XPS.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
Kế thừa
object ← PrintTicketElement ← CompositePrintTicketElement ← Property ← PageImageableSize
Triển khai
IFeatureItem,
IOptionItem,
IScoredPropertyItem,
IPropertyItem,
IJobPrintTicketItem,
IDocumentPrintTicketItem,
IPagePrintTicketItem,
IPrintTicketItem,
IPrintTicketElementChild
Thành viên kế thừa
PrintTicketElement.Name,
object.GetType(),
object.ToString(),
object.Equals(object?),
object.Equals(object?, object?),
object.ReferenceEquals(object?, object?),
object.GetHashCode()
Các hàm khởi tạo
PageImageableSize(int, int)
Tạo một thể hiện mới.
public PageImageableSize(int width, int height)
Tham số
width
int
Giá trị thuộc tính ImageableSizeWidth
.
height
int
Giá trị thuộc tính ImageableSizeHeight
.
PageImageableSize(int, int, int, int, int, int)
Tạo một thể hiện mới.
public PageImageableSize(int width, int height, int originWidth, int originHeight, int extentWidth, int extentHeight)
Tham số
width
int
Giá trị thuộc tính ImageableSizeWidth
.
height
int
Giá trị thuộc tính ImageableSizeHeight
.
originWidth
int
Giá trị thuộc tính OriginWidth
của thuộc tính con ImageableArea
.
originHeight
int
Giá trị thuộc tính OriginHeight
của thuộc tính con ImageableArea
.
extentWidth
int
Giá trị thuộc tính ExtentWidth
của thuộc tính con ImageableArea
.
extentHeight
int
Giá trị thuộc tính ExtentHeight
của thuộc tính con ImageableArea
.