Skip to main content

PdfOptionalContentUsage.PageElement Property

Gets a value indicating that the group contains a pagination artifact.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfPageElement PageElement { get; }

Property Value

Type Description
DevExpress.Pdf.PdfPageElement

A PdfPageElement enumeration value.

See Also