Table of Contents

Enum PdfPageObjectType

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Specifies the type of a PdfPageObject.

public enum PdfPageObjectType

Fields

Image = 1

Image object.

MarkedContent = 4

Marked content sequence or point.

Path = 2

Vector path object.

Text = 0

Text object.

XObject = 3

Form XObject reference.