PDFsharp-net6

VCF

Namespace: PdfSharp.Pdf

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

public enum VCF

Inheritance ObjectValueTypeEnumVCF
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
None 0 Don’t create the value.
Create 1 Create the value as direct object.
CreateIndirect 2 Create the value as indirect object.