Skip to main content
Skip table of contents

IteratorOptions

IteratorOptions Public class

Description

Options for ...

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.xmp.options
  iTextSharp.xmp.options.IteratorOptions[[IteratorOptions]]
  iTextSharp.xmp.options.XmpOptions[[XmpOptions]]
  class iTextSharp.xmp.options.XmpOptions abstractStyle;
  end
iTextSharp.xmp.options.XmpOptions --> iTextSharp.xmp.options.IteratorOptions

Members

Properties

Public properties
TypeNameMethods
boolJustChildrenget, set
boolJustLeafnameget, set
boolJustLeafnodesget, set
boolOmitQualifiersget, set
Protected internal properties
TypeNameMethods
uintValidOptionsget

Methods

Protected internal methods
ReturnsName
stringDefineOptionName(uint option)

Details

Summary

Options for

XMPIterator

Inheritance

Constructors

IteratorOptions
public IteratorOptions()

Methods

DefineOptionName

Source code

protected internal override string DefineOptionName(uint option)
Arguments
TypeNameDescription
uintoption

Properties

JustChildren
public bool JustChildren { get; set; }
JustLeafname
public bool JustLeafname { get; set; }
JustLeafnodes
public bool JustLeafnodes { get; set; }
OmitQualifiers
public bool OmitQualifiers { get; set; }
ValidOptions
protected internal override uint ValidOptions { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.