![]() | DocxImagingGetPicture Method (String, Int32, Int32, DocumentModel) |
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)

public static Picture GetPicture( string path, int width, int height, DocumentModel doc )
Public Shared Function GetPicture ( path As String, width As Integer, height As Integer, doc As DocumentModel ) As Picture
public: static Picture^ GetPicture( String^ path, int width, int height, DocumentModel^ doc )
static member GetPicture : path : string * width : int * height : int * doc : DocumentModel -> Picture
Parameters
- path
- Type: SystemString
[Missing <param name="path"/> documentation for "M:QsGemBox.Docx.DocxImaging.GetPicture(System.String,System.Int32,System.Int32,GemBox.Document.DocumentModel)"]
- width
- Type: SystemInt32
[Missing <param name="width"/> documentation for "M:QsGemBox.Docx.DocxImaging.GetPicture(System.String,System.Int32,System.Int32,GemBox.Document.DocumentModel)"]
- height
- Type: SystemInt32
[Missing <param name="height"/> documentation for "M:QsGemBox.Docx.DocxImaging.GetPicture(System.String,System.Int32,System.Int32,GemBox.Document.DocumentModel)"]
- doc
- Type: DocumentModel
[Missing <param name="doc"/> documentation for "M:QsGemBox.Docx.DocxImaging.GetPicture(System.String,System.Int32,System.Int32,GemBox.Document.DocumentModel)"]
Return Value
Type: Picture[Missing <returns> documentation for "M:QsGemBox.Docx.DocxImaging.GetPicture(System.String,System.Int32,System.Int32,GemBox.Document.DocumentModel)"]
