C# Класс ImageMagick.XmpProfile

Class that contains an XMP profile.
Наследование: ImageProfile
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateReader ( ) : XmlReader

Creates a XmlReader that can be used to read the data of the profile.

FromIXPathNavigable ( IXPathNavigable document ) : XmpProfile

Creates an instance from the specified IXPathNavigable.

FromXDocument ( System.Xml.Linq.XDocument document ) : XmpProfile

Creates an instance from the specified IXPathNavigable.

ToIXPathNavigable ( ) : IXPathNavigable

Converts this instance to an IXPathNavigable.

ToXDocument ( ) : System.Xml.Linq.XDocument

Converts this instance to a XDocument.

XmpProfile ( Byte data ) : System

Initializes a new instance of the XmpProfile class.

XmpProfile ( IXPathNavigable document ) : System

Initializes a new instance of the XmpProfile class.

XmpProfile ( Stream stream ) : System

Initializes a new instance of the XmpProfile class.

XmpProfile ( System.Xml.Linq.XDocument document ) : System

Initializes a new instance of the XmpProfile class.

XmpProfile ( string fileName ) : System

Initializes a new instance of the XmpProfile class.

Приватные методы

Метод Описание
CheckTrailingNULL ( byte data ) : byte[]

Описание методов

CreateReader() публичный метод

Creates a XmlReader that can be used to read the data of the profile.
public CreateReader ( ) : XmlReader
Результат XmlReader

FromIXPathNavigable() публичный статический метод

Creates an instance from the specified IXPathNavigable.
public static FromIXPathNavigable ( IXPathNavigable document ) : XmpProfile
document IXPathNavigable A document containing the profile.
Результат XmpProfile

FromXDocument() публичный статический метод

Creates an instance from the specified IXPathNavigable.
public static FromXDocument ( System.Xml.Linq.XDocument document ) : XmpProfile
document System.Xml.Linq.XDocument A document containing the profile.
Результат XmpProfile

ToIXPathNavigable() публичный метод

Converts this instance to an IXPathNavigable.
public ToIXPathNavigable ( ) : IXPathNavigable
Результат IXPathNavigable

ToXDocument() публичный метод

Converts this instance to a XDocument.
public ToXDocument ( ) : System.Xml.Linq.XDocument
Результат System.Xml.Linq.XDocument

XmpProfile() публичный метод

Initializes a new instance of the XmpProfile class.
public XmpProfile ( Byte data ) : System
data Byte A byte array containing the profile.
Результат System

XmpProfile() публичный метод

Initializes a new instance of the XmpProfile class.
public XmpProfile ( IXPathNavigable document ) : System
document IXPathNavigable A document containing the profile.
Результат System

XmpProfile() публичный метод

Initializes a new instance of the XmpProfile class.
public XmpProfile ( Stream stream ) : System
stream Stream A stream containing the profile.
Результат System

XmpProfile() публичный метод

Initializes a new instance of the XmpProfile class.
public XmpProfile ( System.Xml.Linq.XDocument document ) : System
document System.Xml.Linq.XDocument A document containing the profile.
Результат System

XmpProfile() публичный метод

Initializes a new instance of the XmpProfile class.
public XmpProfile ( string fileName ) : System
fileName string The fully qualified name of the profile file, or the relative profile file name.
Результат System