Tom Flídr
Tom Flídr
- Objects `ExportOptions*` (`ExportOptionsSVG`, `ExportOptionsPDF`, ...) have all properties public and instance, not static. - Type `TextFrame` is `TextFrameItem` by Adobe documentation.
https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-9#top-level-statements
https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-9#record-types
https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-7#local-functions
https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-7-1#async-main
protected internal: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/protected-internal private protected: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/private-protected
https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-8#static-local-functions