Click or drag to resize

PdfPageObject Properties

The PdfPageObject type exposes the following members.

Properties
 NameDescription
Public propertyAlphaShape Gets or sets a flag specifying whether the current soft mask and alpha constant parameters are to be interpreted as shape values (true) or opacity values(false).
Public propertyBlendMode Gets or sets the blend mode to be used in the transparent imaging model.
Public propertyBoundingBox Gets page object bounding box.
Public propertyClipPath Gets the clipping path of this page object.
Public propertyContainer Gets the PdfPageObjectsCollection that contains this PdfPageObject.
Public propertyFillColor Gets or sets the fill color of a page object in DeviceRGB color space.
Public propertyFillOverprint Gets or sets an overprint flag for non-stroking operations.
Public propertyFlatness Gets or sets the precision with which curves are to be rendered on the output device.
Public propertyHandle Gets the Pdfium SDK handle that the object is bound to
Public propertyIsDisposed Gets a value indicating whether the object has been disposed of.

Field Value

true if the control has been disposed of; otherwise, false.
Public propertyIsTransparency ets a value that represents that whether the specified PDF page object contains transparency.
Public propertyMarkedContent Gets the list of PdfMarkedContent items associated with this object.
Public propertyMatrix Gets or sets the transformation matrix for the page object.
Public propertyObjectType Gets page object type
Public propertyOverprintMode Gets or sets an overprint mode.
Public propertyRenderIntent Gets or sets the rendering intent to be used when converting CIE-based colors to device colors.
Public propertySmoothness Gets or sets the precision with which color gradients are to be rendered on the output device.
Public propertySoftMask Gets or sets the current soft mask, specifying the mask shape or mask opacity values to be used in the transparent imaging model.
Public propertyStrokeColor Gets or sets the stroke color of a page object in DeviceRGB color space.
Public propertyStrokeOverprint Gets or sets an overprint flag for stroking operations.
Top
See Also