Question
How do you use ResizeCanvas in C#
I am trying to translate some jsx scripts I have to use the C# interop and I can’t seem to find an example of how to use the Document.ResizeCanvas function. In jsx there is a UnitValue object so you can specify the units to use. But the interop doesn’t seem to define this object.
How do I make sure it is using px, or whatever unit type I want to use?
