Package system.drawing.printing
Class PrinterSettings
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.drawing.printing.PrinterSettings
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class PrinterSettings extends NetObject
The base .NET class managing System.Drawing.Printing.PrinterSettings, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Drawingstatic java.lang.String
className
Qualified class name: System.Drawing.Printing.PrinterSettingsstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PrinterSettings()
PrinterSettings(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrinterSettings
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoPrinterSettings
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeint
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)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Drawing- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Drawing.Printing.PrinterSettings- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PrinterSettings
public PrinterSettings(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
PrinterSettings
public PrinterSettings() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static PrinterSettings cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoPrinterSettings
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
PrinterSettings
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
IsDirectPrintingSupported
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
AccessViolationException
SecurityException
Win32Exception
InvalidPrinterException
InvalidCastException
NotSupportedException
MulticastNotSupportedException
-
IsDirectPrintingSupported
public 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
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
Win32Exception
AccessViolationException
InvalidPrinterException
MissingMethodException
TargetInvocationException
NotSupportedException
InvalidCastException
MulticastNotSupportedException
-
CreateMeasurementGraphics
public Graphics CreateMeasurementGraphics() throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, AccessViolationException, IndexOutOfRangeException, InvalidPrinterException, MissingMethodException, TargetInvocationException, NotSupportedException, InvalidCastException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
Win32Exception
AccessViolationException
IndexOutOfRangeException
InvalidPrinterException
MissingMethodException
TargetInvocationException
NotSupportedException
InvalidCastException
MulticastNotSupportedException
-
CreateMeasurementGraphics
public Graphics CreateMeasurementGraphics(boolean honorOriginAtMargins) throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, Win32Exception, AccessViolationException, ArgumentOutOfRangeException, InvalidPrinterException, MissingMethodException, TargetInvocationException, InvalidCastException, NotSupportedException
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
ArgumentException
MissingManifestResourceException
InvalidOperationException
Win32Exception
AccessViolationException
ArgumentOutOfRangeException
InvalidPrinterException
MissingMethodException
TargetInvocationException
InvalidCastException
NotSupportedException
-
CreateMeasurementGraphics
public 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
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
Win32Exception
AccessViolationException
InvalidPrinterException
MissingMethodException
TargetInvocationException
NotSupportedException
InvalidCastException
MulticastNotSupportedException
-
CreateMeasurementGraphics
public Graphics CreateMeasurementGraphics(PageSettings pageSettings, boolean honorOriginAtMargins) throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, Win32Exception, AccessViolationException, ArgumentOutOfRangeException, InvalidPrinterException, MissingMethodException, TargetInvocationException, InvalidCastException, NotSupportedException
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
ArgumentException
MissingManifestResourceException
InvalidOperationException
Win32Exception
AccessViolationException
ArgumentOutOfRangeException
InvalidPrinterException
MissingMethodException
TargetInvocationException
InvalidCastException
NotSupportedException
-
Clone
public NetObject Clone() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCanDuplex
public boolean getCanDuplex() throws java.lang.Throwable, SecurityException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, Win32Exception, AccessViolationException
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
NotSupportedException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
Win32Exception
AccessViolationException
-
getCollate
public boolean getCollate() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidCastException, SecurityException, Win32Exception, AccessViolationException, IndexOutOfRangeException, InvalidPrinterException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
InvalidCastException
SecurityException
Win32Exception
AccessViolationException
IndexOutOfRangeException
InvalidPrinterException
-
setCollate
public void setCollate(boolean Collate) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsDefaultPrinter
public boolean getIsDefaultPrinter() throws java.lang.Throwable, SecurityException, ArgumentNullException, NotSupportedException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, Win32Exception, AccessViolationException
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
NotSupportedException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
Win32Exception
AccessViolationException
-
getIsPlotter
public boolean getIsPlotter() throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, AccessViolationException, IndexOutOfRangeException, InvalidPrinterException, MissingMethodException, TargetInvocationException, NotSupportedException, InvalidCastException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
Win32Exception
AccessViolationException
IndexOutOfRangeException
InvalidPrinterException
MissingMethodException
TargetInvocationException
NotSupportedException
InvalidCastException
MulticastNotSupportedException
-
getIsValid
public boolean getIsValid() throws java.lang.Throwable, SecurityException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, Win32Exception, AccessViolationException
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
NotSupportedException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
Win32Exception
AccessViolationException
-
getPrintToFile
public boolean getPrintToFile() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPrintToFile
public void setPrintToFile(boolean PrintToFile) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSupportsColor
public boolean getSupportsColor() throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, AccessViolationException, IndexOutOfRangeException, InvalidPrinterException, MissingMethodException, TargetInvocationException, NotSupportedException, InvalidCastException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
Win32Exception
AccessViolationException
IndexOutOfRangeException
InvalidPrinterException
MissingMethodException
TargetInvocationException
NotSupportedException
InvalidCastException
MulticastNotSupportedException
-
getCopies
public short getCopies() throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, AccessViolationException, IndexOutOfRangeException, InvalidPrinterException, MissingMethodException, TargetInvocationException, NotSupportedException, InvalidCastException
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
Win32Exception
AccessViolationException
IndexOutOfRangeException
InvalidPrinterException
MissingMethodException
TargetInvocationException
NotSupportedException
InvalidCastException
-
setCopies
public void setCopies(short Copies) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
-
getFromPage
public int getFromPage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFromPage
public void setFromPage(int FromPage) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
-
getLandscapeAngle
public int getLandscapeAngle() throws java.lang.Throwable, SecurityException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, Win32Exception, AccessViolationException
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
NotSupportedException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
Win32Exception
AccessViolationException
-
getMaximumCopies
public int getMaximumCopies() throws java.lang.Throwable, SecurityException, ArgumentNullException, NotSupportedException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, Win32Exception, AccessViolationException
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
NotSupportedException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
ArgumentOutOfRangeException
Win32Exception
AccessViolationException
-
getMaximumPage
public int getMaximumPage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaximumPage
public void setMaximumPage(int MaximumPage) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
-
getMinimumPage
public int getMinimumPage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMinimumPage
public void setMinimumPage(int MinimumPage) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
-
getToPage
public int getToPage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setToPage
public void setToPage(int ToPage) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
-
getDuplex
public Duplex getDuplex() throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, AccessViolationException, IndexOutOfRangeException, InvalidPrinterException, MissingMethodException, TargetInvocationException, NotSupportedException, InvalidCastException
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
Win32Exception
AccessViolationException
IndexOutOfRangeException
InvalidPrinterException
MissingMethodException
TargetInvocationException
NotSupportedException
InvalidCastException
-
setDuplex
public void setDuplex(Duplex Duplex) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
-
getDefaultPageSettings
public PageSettings getDefaultPageSettings() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPrintRange
public PrintRange getPrintRange() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPrintRange
public void setPrintRange(PrintRange PrintRange) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
NotSupportedException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
InvalidEnumArgumentException
-
getPrinterName
public java.lang.String getPrinterName() throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, AccessViolationException
- Throws:
java.lang.Throwable
SecurityException
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
Win32Exception
AccessViolationException
-
setPrinterName
public void setPrinterName(java.lang.String PrinterName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPrintFileName
public java.lang.String getPrintFileName() throws java.lang.Throwable, ArgumentException, ArgumentNullException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, SecurityException, InvalidOperationException
-
setPrintFileName
public void setPrintFileName(java.lang.String PrintFileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, SecurityException, InvalidOperationException
-
-