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

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