DioDocs for PDF
GcSvgDocument クラス メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : GcSvgDocument クラス

このクラスのメンバの一覧は、GcSvgDocumentメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドRemoves all namespace prefixes except "svg", "xlink", and "xml".  
Public メソッドReleases unmanaged resources used by this object.  
Public メソッドstatic (Shared in Visual Basic)Creates a new GcSvgDocument from a specified SVG file.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Creates a new GcSvgDocument from a specified SVG data stream.

The stream will be closed after reading the SVG data. To keep the stream open, use the FromStream(Stream,Boolean) overload and pass true in the leaveOpen parameter.

 
Public メソッドstatic (Shared in Visual Basic)Creates a new GcSvgDocument from a specified SVG string data.  
Public メソッドstatic (Shared in Visual Basic)Creates a new GcSvgDocument from binary data in SVGZ format.  
Public メソッドGets an SvgElement with the specified id, or null 参照 (Visual Basicでは Nothing) if nothing was found.  
Public メソッドGets a list of SvgElements with the specified className.  
Public メソッドCalculates the intrinsic size of the SVG viewport, in specified units. The following units are supported:  
Public メソッドSearches for a namespace with a specified prefix.  
Public メソッドReturns an array with all registered namespace prefixes.  
Public メソッドSearches for a prefix associated with a specified namespace.  
Public メソッドオーバーロードされます。 Calculates the content bounds of an SVG document when its viewport is drawn at a specified point.  
Public メソッドRegisters prefix as a namespace prefix for the ns namespace.  
Public メソッドオーバーロードされます。 Saves the current GcSvgDocument to a file in SVG format.  
Public メソッドSaves the current GcSvgDocument to a byte array in SVGZ format.  
Public メソッドUnregisters a specified namespace prefix.  
トップ
参照

GcSvgDocument クラス
GrapeCity.Documents.Svg 名前空間