Click or drag to resize

DocxImagingGetPicture Method (Byte, DocumentModel)

Ritorna un oggetto "GemBox.Document.Picture" in base all'array di byte specificato.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
Syntax
public static Picture GetPicture(
	byte[] imageBytes,
	DocumentModel doc
)

Parameters

imageBytes
Type: SystemByte

[Missing <param name="imageBytes"/> documentation for "M:QsGemBox.Docx.DocxImaging.GetPicture(System.Byte[],GemBox.Document.DocumentModel)"]

doc
Type: DocumentModel

[Missing <param name="doc"/> documentation for "M:QsGemBox.Docx.DocxImaging.GetPicture(System.Byte[],GemBox.Document.DocumentModel)"]

Return Value

Type: Picture

[Missing <returns> documentation for "M:QsGemBox.Docx.DocxImaging.GetPicture(System.Byte[],GemBox.Document.DocumentModel)"]

See Also