Enum core
LibraryFlags
Namespace: Datalogics::PDFL
Description
Flags for initializing the library. Unless you require fine-grain control of the intialization process of the library there is no need to use LibraryFlags or you can specify the value of NoFlags.
Values
- NoFlags
No flag is specified.
- IgnoreDefaultDirectories
Search for fonts ignore compiled in default directories
- CheckSubFonts
Check for substitution fonts at toolkit initialization. If they are not found, return an error.
- InitPDFEdit
Initialize PDFEdit if this is true.
- IgnoreCurrentDirectory
Ignore the current working directory only when searching for fonts
- DisableMemorySuballocator
Disable suballocation of memory.
- PreferLocalFonts
Prefer fonts loaded from directories other than those controlled by the operating system
- InitFormsExtension
Loads the Forms Extension dependencies, otherwise they are not loaded.