Class ObjectPdf
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents an embedded or linked PDF object placed in a report.
public class ObjectPdf : ObjectBase
- Inheritance
-
ObjectPdf
- Inherited Members
Constructors
ObjectPdf(CollectionObjectBases)
Creates and appends a new PDF object.
public ObjectPdf(CollectionObjectBases objectCollection)
Parameters
objectCollectionCollectionObjectBasesParent object collection.
ObjectPdf(CollectionObjectBases, int)
Creates and inserts a new PDF object at the specified index.
public ObjectPdf(CollectionObjectBases objectCollection, int index)
Parameters
objectCollectionCollectionObjectBasesParent object collection.
indexintZero-based insertion index.
Properties
Definition
Gets the PDF definition (source and display settings).
[JsonInclude]
public PropertyPdfDefinition Definition { get; }
Property Value
ExportAsPicture
Gets or sets whether the PDF is rasterized upon export.
public string ExportAsPicture { get; set; }
Property Value
Frame
Gets the frame styling of the PDF object.
[JsonInclude]
public PropertyFrame Frame { get; }