Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public byte[] PrinterSettings { get; set; }
Public Property PrinterSettings As Byte() Get Set
public: property array<unsigned char>^ PrinterSettings { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }
member PrinterSettings : byte[] with get, set