Table of Contents

Enum VCF

Namespace
PdfSharp.Pdf
Assembly
PdfSharp-gdi.dll

Value creation flags. Specifies whether and how a value that does not exist is created.

public enum VCF

Fields

Create = 1

Create the value as direct object.

CreateIndirect = 2

Create the value as indirect object.

None = 0

Don’t create the value.