Table of Contents

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

objectCollection CollectionObjectBases

Parent object collection.

ObjectPdf(CollectionObjectBases, int)

Creates and inserts a new PDF object at the specified index.

public ObjectPdf(CollectionObjectBases objectCollection, int index)

Parameters

objectCollection CollectionObjectBases

Parent object collection.

index int

Zero-based insertion index.

Properties

Definition

Gets the PDF definition (source and display settings).

[JsonInclude]
public PropertyPdfDefinition Definition { get; }

Property Value

PropertyPdfDefinition

ExportAsPicture

Gets or sets whether the PDF is rasterized upon export.

public string ExportAsPicture { get; set; }

Property Value

string

Frame

Gets the frame styling of the PDF object.

[JsonInclude]
public PropertyFrame Frame { get; }

Property Value

PropertyFrame