Skip to main content

PdfDocumentContent(PdfDocumentPosition, PdfDocumentContentType, Boolean) Constructor

Initializes a new instance of the PdfDocumentContent class with the specified settings.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfDocumentContent(
    PdfDocumentPosition documentPosition,
    PdfDocumentContentType contentType,
    bool selected
)

Parameters

Name Type Description
documentPosition PdfDocumentPosition

A PdfDocumentPosition object. This value is assigned to the PdfDocumentContent.DocumentPosition property.

contentType PdfDocumentContentType

A PdfDocumentContentType enumeration value. This value is assigned to the PdfDocumentContent.ContentType property.

selected Boolean

true if the document content has been selected; otherwise false. This value is assigned to the PdfDocumentContent.IsSelected property.

See Also