Converts current page as bitmap and than returns array of bytes.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic byte[] AsByteArray(
Resolution resolution
)
Public Function AsByteArray (
resolution As Resolution
) As Byte()
public:
array<unsigned char>^ AsByteArray(
Resolution^ resolution
)
member AsByteArray :
resolution : Resolution -> byte[]
Parameters
- resolution
- Type: Aspose.Pdf.DevicesResolution
The resolution.
Return Value
Type:
ByteConverted array of image bytes.
See Also