this.restore();
},
+
paintImageMaskXObject: function canvasGraphicsPaintImageMaskXObject(
imgArray, inverseDecode, width, height) {
function applyStencilMask(buffer, inverseDecode) {
if (!globalScope.PDFJS) {
globalScope.PDFJS = {};
}
+
// getPdf()
// Convenience function to perform binary Ajax GET
// Usage: getPdf('http://...', callback)
this.startXRef,
this.mainXRefEntriesOffset);
this.catalog = new Catalog(this.xref);
- this.objs = new PDFObjects();
},
get numPages() {
var linearization = this.linearization;
}
function PDFImage(xref, res, image, inline, smask) {
this.image = image;
-
if (image.getParams) {
// JPX/JPEG2000 streams directly contain bits per component
// and color space mode information.