mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-11-24 16:53:20 +08:00
Add XObjectFactory to public API
This commit is contained in:
@@ -270,7 +270,7 @@
|
||||
"UglyToad.PdfPig.Writer.PdfWriterType",
|
||||
"UglyToad.PdfPig.Writer.PdfPageBuilder",
|
||||
"UglyToad.PdfPig.Writer.TokenWriter",
|
||||
"UglyToad.PdfPig.XObjects.XObjectImage",
|
||||
"UglyToad.PdfPig.XObjects.XObjectFactory",
|
||||
"UglyToad.PdfPig.XObjects.XObjectImage",
|
||||
"UglyToad.PdfPig.XObjects.XObjectType"
|
||||
};
|
||||
|
||||
@@ -11,10 +11,16 @@
|
||||
using Graphics.Core;
|
||||
using Tokenization.Scanner;
|
||||
using Tokens;
|
||||
using Util;
|
||||
using Util;
|
||||
|
||||
internal static class XObjectFactory
|
||||
{
|
||||
/// <summary>
|
||||
/// External Object (XObject) factory.
|
||||
/// </summary>
|
||||
public static class XObjectFactory
|
||||
{
|
||||
/// <summary>
|
||||
/// Read the XObject image.
|
||||
/// </summary>
|
||||
public static XObjectImage ReadImage(XObjectContentRecord xObject, IPdfTokenScanner pdfScanner,
|
||||
ILookupFilterProvider filterProvider,
|
||||
IResourceStore resourceStore)
|
||||
|
||||
Reference in New Issue
Block a user