C# 클래스 ImageMagick.XmpProfile

Class that contains an XMP profile.
상속: ImageProfile
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
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