XmpWriter Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.xml.xmp iTextSharp.text.xml.xmp.XmpWriter[[XmpWriter]] end
Members
Properties
Public properties
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
() |
|
|
( |
|
|
( |
Details
Constructors
XmpWriter [1/4]
Source code
public XmpWriter(Stream os, string utfEncoding, int extraSpace)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
os |
|
|
|
utfEncoding |
|
|
|
extraSpace |
XmpWriter [2/4]
Source code
public XmpWriter(Stream os)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
os |
XmpWriter [3/4]
Source code
public XmpWriter(Stream os, PdfDictionary info)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
os |
|
|
|
info |
XmpWriter [4/4]
Source code
public XmpWriter(Stream os, IDictionary<string, string> info)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
os |
|
|
|
info |
Methods
AddRdfDescription [1/2]
Source code
public virtual void AddRdfDescription(string xmlns, string content)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmlns |
|
|
|
content |
AddRdfDescription [2/2]
Source code
public virtual void AddRdfDescription(XmpSchema s)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
SetProperty
Source code
public virtual void SetProperty(string schemaNS, string propName, object value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
schemaNS |
|
|
|
propName |
|
|
|
value |
AppendArrayItem
Source code
public virtual void AppendArrayItem(string schemaNS, string arrayName, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
schemaNS |
|
|
|
arrayName |
|
|
|
value |
AppendOrderedArrayItem
Source code
public virtual void AppendOrderedArrayItem(string schemaNS, string arrayName, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
schemaNS |
|
|
|
arrayName |
|
|
|
value |
AppendAlternateArrayItem
Source code
public virtual void AppendAlternateArrayItem(string schemaNS, string arrayName, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
schemaNS |
|
|
|
arrayName |
|
|
|
value |
Serialize
Source code
public virtual void Serialize(Stream externalOutputStream)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
externalOutputStream |
Close
Source code
public virtual void Close()
AddDocInfoProperty
Source code
public virtual void AddDocInfoProperty(object key, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
|
|
|
value |
Properties
XmpMeta
public virtual IXmpMeta XmpMeta { get; }
ReadOnly
public virtual bool ReadOnly { get; set; }
About
public virtual string About { get; set; }
Generated with ModularDoc