ParseOptions
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 |
---|---|---|
bool | AcceptLatin1 | get, set |
bool | FixControlChars | get, set |
bool | OmitNormalization | get, set |
bool | RequireXmpMeta | get, set |
bool | StrictAliasing | get, set |
Protected internal properties
Type | Name | Methods |
---|---|---|
uint | ValidOptions | get |
Methods
Protected internal methods
Returns | Name |
---|---|
string | DefineOptionName (uint option) |
Details
Summary
Options for .
@since 24.01.2006
Inheritance
Constructors
ParseOptions
public ParseOptions()
Summary
Sets the options to the default values.
Methods
DefineOptionName
protected internal override string DefineOptionName(uint option)
Arguments
Type | Name | Description |
---|---|---|
uint | 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