public class PrinterSettings extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Printing.PrinterSettings
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Drawing
|
static java.lang.String |
className
Qualified class name: System.Drawing.Printing.PrinterSettings
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PrinterSettings() |
PrinterSettings(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static PrinterSettings |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into PrinterSettings, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
Graphics |
CreateMeasurementGraphics() |
Graphics |
CreateMeasurementGraphics(boolean honorOriginAtMargins) |
Graphics |
CreateMeasurementGraphics(PageSettings pageSettings) |
Graphics |
CreateMeasurementGraphics(PageSettings pageSettings,
boolean honorOriginAtMargins) |
boolean |
getCanDuplex() |
boolean |
getCollate() |
short |
getCopies() |
PageSettings |
getDefaultPageSettings() |
Duplex |
getDuplex() |
int |
getFromPage() |
boolean |
getIsDefaultPrinter() |
boolean |
getIsPlotter() |
boolean |
getIsValid() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getLandscapeAngle() |
int |
getMaximumCopies() |
int |
getMaximumPage() |
int |
getMinimumPage() |
java.lang.String |
getPrinterName() |
java.lang.String |
getPrintFileName() |
PrintRange |
getPrintRange() |
boolean |
getPrintToFile() |
boolean |
getSupportsColor() |
int |
getToPage() |
boolean |
IsDirectPrintingSupported(Image image) |
boolean |
IsDirectPrintingSupported(ImageFormat imageFormat) |
void |
setCollate(boolean Collate) |
void |
setCopies(short Copies) |
void |
setDuplex(Duplex Duplex) |
void |
setFromPage(int FromPage) |
void |
setJCOInstance(JCObject instance) |
void |
setMaximumPage(int MaximumPage) |
void |
setMinimumPage(int MinimumPage) |
void |
setPrinterName(java.lang.String PrinterName) |
void |
setPrintFileName(java.lang.String PrintFileName) |
void |
setPrintRange(PrintRange PrintRange) |
void |
setPrintToFile(boolean PrintToFile) |
void |
setToPage(int ToPage) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public PrinterSettings()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public PrinterSettings(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static PrinterSettings cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PrinterSettings, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPrinterSettings instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable
java.lang.Throwablepublic Graphics CreateMeasurementGraphics() throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, AccessViolationException, IndexOutOfRangeException, InvalidPrinterException, MissingMethodException, TargetInvocationException, NotSupportedException, InvalidCastException, MulticastNotSupportedException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionAccessViolationExceptionIndexOutOfRangeExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic Graphics CreateMeasurementGraphics(boolean honorOriginAtMargins) throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, Win32Exception, AccessViolationException, ArgumentOutOfRangeException, InvalidPrinterException, MissingMethodException, TargetInvocationException, InvalidCastException, NotSupportedException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionWin32ExceptionAccessViolationExceptionArgumentOutOfRangeExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionNotSupportedExceptionpublic Graphics CreateMeasurementGraphics(PageSettings pageSettings) throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, Win32Exception, AccessViolationException, InvalidPrinterException, MissingMethodException, TargetInvocationException, NotSupportedException, InvalidCastException, MulticastNotSupportedException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionWin32ExceptionAccessViolationExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic Graphics CreateMeasurementGraphics(PageSettings pageSettings, boolean honorOriginAtMargins) throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, Win32Exception, AccessViolationException, ArgumentOutOfRangeException, InvalidPrinterException, MissingMethodException, TargetInvocationException, InvalidCastException, NotSupportedException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionWin32ExceptionAccessViolationExceptionArgumentOutOfRangeExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionNotSupportedExceptionpublic boolean getCanDuplex()
throws java.lang.Throwable,
SecurityException,
ArgumentNullException,
NotSupportedException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
Win32Exception,
AccessViolationException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionWin32ExceptionAccessViolationExceptionpublic boolean getCollate()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidCastException,
SecurityException,
Win32Exception,
AccessViolationException,
IndexOutOfRangeException,
InvalidPrinterException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidCastExceptionSecurityExceptionWin32ExceptionAccessViolationExceptionIndexOutOfRangeExceptionInvalidPrinterExceptionpublic short getCopies()
throws java.lang.Throwable,
SecurityException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
Win32Exception,
AccessViolationException,
IndexOutOfRangeException,
InvalidPrinterException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
InvalidCastException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionAccessViolationExceptionIndexOutOfRangeExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionInvalidCastExceptionpublic PageSettings getDefaultPageSettings() throws java.lang.Throwable
java.lang.Throwablepublic Duplex getDuplex() throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, AccessViolationException, IndexOutOfRangeException, InvalidPrinterException, MissingMethodException, TargetInvocationException, NotSupportedException, InvalidCastException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionAccessViolationExceptionIndexOutOfRangeExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionInvalidCastExceptionpublic int getFromPage()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsDefaultPrinter()
throws java.lang.Throwable,
SecurityException,
ArgumentNullException,
NotSupportedException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
Win32Exception,
AccessViolationException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionWin32ExceptionAccessViolationExceptionpublic boolean getIsPlotter()
throws java.lang.Throwable,
SecurityException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
Win32Exception,
AccessViolationException,
IndexOutOfRangeException,
InvalidPrinterException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
InvalidCastException,
MulticastNotSupportedException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionAccessViolationExceptionIndexOutOfRangeExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic boolean getIsValid()
throws java.lang.Throwable,
SecurityException,
ArgumentNullException,
NotSupportedException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
Win32Exception,
AccessViolationException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionWin32ExceptionAccessViolationExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic int getLandscapeAngle()
throws java.lang.Throwable,
SecurityException,
ArgumentNullException,
NotSupportedException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
Win32Exception,
AccessViolationException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionWin32ExceptionAccessViolationExceptionpublic int getMaximumCopies()
throws java.lang.Throwable,
SecurityException,
ArgumentNullException,
NotSupportedException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
Win32Exception,
AccessViolationException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionWin32ExceptionAccessViolationExceptionpublic int getMaximumPage()
throws java.lang.Throwable
java.lang.Throwablepublic int getMinimumPage()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPrinterName()
throws java.lang.Throwable,
SecurityException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
Win32Exception,
AccessViolationException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionAccessViolationExceptionpublic java.lang.String getPrintFileName()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
IndexOutOfRangeException,
NullReferenceException,
ArgumentOutOfRangeException,
NotSupportedException,
SecurityException,
InvalidOperationException
public PrintRange getPrintRange() throws java.lang.Throwable
java.lang.Throwablepublic boolean getPrintToFile()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSupportsColor()
throws java.lang.Throwable,
SecurityException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
Win32Exception,
AccessViolationException,
IndexOutOfRangeException,
InvalidPrinterException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
InvalidCastException,
MulticastNotSupportedException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionAccessViolationExceptionIndexOutOfRangeExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic int getToPage()
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsDirectPrintingSupported(Image image) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, AccessViolationException, SecurityException, Win32Exception, InvalidPrinterException, InvalidCastException, NotSupportedException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionAccessViolationExceptionSecurityExceptionWin32ExceptionInvalidPrinterExceptionInvalidCastExceptionNotSupportedExceptionMulticastNotSupportedExceptionpublic boolean IsDirectPrintingSupported(ImageFormat imageFormat) throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, Win32Exception, AccessViolationException, InvalidPrinterException, MissingMethodException, TargetInvocationException, NotSupportedException, InvalidCastException, MulticastNotSupportedException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionWin32ExceptionAccessViolationExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic void setCollate(boolean Collate)
throws java.lang.Throwable
java.lang.Throwablepublic void setCopies(short Copies)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void setDuplex(Duplex Duplex) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic void setFromPage(int FromPage)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setMaximumPage(int MaximumPage)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void setMinimumPage(int MinimumPage)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void setPrinterName(java.lang.String PrinterName)
throws java.lang.Throwable
java.lang.Throwablepublic void setPrintFileName(java.lang.String PrintFileName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
NullReferenceException,
ArgumentOutOfRangeException,
NotSupportedException,
SecurityException,
InvalidOperationException
public void setPrintRange(PrintRange PrintRange) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionpublic void setPrintToFile(boolean PrintToFile)
throws java.lang.Throwable
java.lang.Throwablepublic void setToPage(int ToPage)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedException