ParseOptions Public class
Description
Options for .
@since 24.01.2006
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.xmp.options iTextSharp.xmp.options.ParseOptions[[ParseOptions]] iTextSharp.xmp.options.XmpOptions[[XmpOptions]] class iTextSharp.xmp.options.XmpOptions abstractStyle; end iTextSharp.xmp.options.XmpOptions --> iTextSharp.xmp.options.ParseOptions
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Protected internal properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Protected internal methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Summary
Options for .
@since 24.01.2006
Inheritance
Constructors
ParseOptions
Source code
public ParseOptions()
Summary
Sets the options to the default values.
Methods
DefineOptionName
Source code
protected internal override string DefineOptionName(uint option)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
option |
Properties
RequireXmpMeta
public bool RequireXmpMeta { get; set; }
StrictAliasing
public bool StrictAliasing { get; set; }
FixControlChars
public bool FixControlChars { get; set; }
AcceptLatin1
public bool AcceptLatin1 { get; set; }
OmitNormalization
public bool OmitNormalization { get; set; }
ValidOptions
protected internal override uint ValidOptions { get; }
Generated with ModularDoc