ImageToDocumentOptions

ImageToDocumentOptions

Overview

ImageToDocumentOptions is a type in Aspose.PDF FOSS for Go.

ImageToDocumentOptions controls page sizing for ImageToDocument.

Properties: MarginBottom, MarginLeft, MarginRight, MarginTop, PageHeight, PageWidth.

Properties

NameTypeAccessDescription
PageWidthfloat64Read/WriteGets the page width.
PageHeightfloat64Read/WriteGets the page height.
MarginLeftfloat64Read/WriteGets the margin left.
MarginRightfloat64Read/WriteGets the margin right.
MarginTopfloat64Read/WriteGets the margin top.
MarginBottomfloat64Read/WriteGets the margin bottom.

See Also