Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocumentContent(PdfDocumentPosition, PdfDocumentContentType, Boolean) Constructor

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

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