mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
start adding support for reading and applying XObjects
This commit is contained in:
@@ -163,7 +163,11 @@ namespace UglyToad.PdfPig.Graphics
|
||||
{
|
||||
if (operands[offset] is NameToken name)
|
||||
{
|
||||
arguments.Add(name.Data);
|
||||
arguments.Add(name);
|
||||
}
|
||||
else if (operands[offset] is StringToken s)
|
||||
{
|
||||
arguments.Add(NameToken.Create(s.Data));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user