public class PreviewPrintController extends PrintController
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Printing.PreviewPrintController
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.PreviewPrintController
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PreviewPrintController() |
PreviewPrintController(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static PreviewPrintController |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into PreviewPrintController, a cast assert is made to check if types are compatible. |
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
|
PreviewPageInfo[] |
GetPreviewPageInfo() |
boolean |
getUseAntiAlias() |
void |
OnEndPage(PrintDocument document,
PrintPageEventArgs e) |
void |
OnEndPrint(PrintDocument document,
PrintEventArgs e) |
Graphics |
OnStartPage(PrintDocument document,
PrintPageEventArgs e) |
void |
OnStartPrint(PrintDocument document,
PrintEventArgs e) |
void |
setJCOInstance(JCObject instance) |
void |
setUseAntiAlias(boolean UseAntiAlias) |
getIsPreviewpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public PreviewPrintController()
throws java.lang.Throwable
java.lang.Throwablepublic PreviewPrintController(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static PreviewPrintController cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PreviewPrintController, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPreviewPrintController instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class PrintControllerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class PrintControllerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class PrintControllerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class PrintControllerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class PrintControllerJCType representing the CLR Type of the instantiated Classpublic PreviewPageInfo[] GetPreviewPageInfo() throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseAntiAlias()
throws java.lang.Throwable
java.lang.Throwablepublic void OnEndPage(PrintDocument document, PrintPageEventArgs e) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
OnEndPage in class PrintControllerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionpublic void OnEndPrint(PrintDocument document, PrintEventArgs e) throws java.lang.Throwable, ArgumentException, ArgumentNullException, SecurityException, NotSupportedException
OnEndPrint in class PrintControllerjava.lang.ThrowableArgumentExceptionArgumentNullExceptionSecurityExceptionNotSupportedExceptionpublic Graphics OnStartPage(PrintDocument document, PrintPageEventArgs e) throws java.lang.Throwable, ArgumentException, NotSupportedException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, NullReferenceException, SecurityException, MissingMethodException, TargetInvocationException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, InvalidCastException, Win32Exception, AccessViolationException, InvalidPrinterException, InvalidEnumArgumentException
OnStartPage in class PrintControllerjava.lang.ThrowableArgumentExceptionNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionInvalidCastExceptionWin32ExceptionAccessViolationExceptionInvalidPrinterExceptionInvalidEnumArgumentExceptionpublic void OnStartPrint(PrintDocument document, PrintEventArgs e) throws java.lang.Throwable, ArgumentException, NotSupportedException, ArgumentNullException, ObjectDisposedException, ArgumentOutOfRangeException, InvalidOperationException, SecurityException, MissingManifestResourceException, Win32Exception, AccessViolationException, IndexOutOfRangeException, InvalidPrinterException, MissingMethodException, TargetInvocationException, InvalidCastException, MulticastNotSupportedException
OnStartPrint in class PrintControllerjava.lang.ThrowableArgumentExceptionNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionSecurityExceptionMissingManifestResourceExceptionWin32ExceptionAccessViolationExceptionIndexOutOfRangeExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class PrintControllerpublic void setUseAntiAlias(boolean UseAntiAlias)
throws java.lang.Throwable
java.lang.Throwable