Click or drag to resize

IPdfPage Interface

Interface of a PDF page.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public interface IPdfPage

The IPdfPage type exposes the following members.

Properties
  NameDescription
Public propertyCropBox
Gets the visible bounds, also know as the cropping box, of the page.
Public propertyHeight
Gets the height of the page in PDF coordinates.
Public propertyRotation
Gets the page rotation angle..
Public propertyWidth
Gets the width of the page in PDF coordinates.
Top
Methods
  NameDescription
Public methodSetSize
Sets the size of the PDF page in points.
Top
See Also