PageICMRenderingIntent
Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.CompositePrintTicketElement, com.aspose.xps.metadata.Feature
All Implemented Interfaces: com.aspose.xps.metadata.IJobPrintTicketItem, com.aspose.xps.metadata.IDocumentPrintTicketItem, com.aspose.xps.metadata.IPagePrintTicketItem
public final class PageICMRenderingIntent extends Feature implements IJobPrintTicketItem, IDocumentPrintTicketItem, IPagePrintTicketItem
ICC v2 विनिर्देशन द्वारा परिभाषित रेंडरिंग इंटेंट का वर्णन करता है। यदि किसी छवि या ग्राफिकल तत्व में एम्बेडेड प्रोफ़ाइल है जो रेंडरिंग इंटेंट निर्दिष्ट करता है, तो इस मान को अनदेखा किया जाना चाहिए। https://docs.microsoft.com/en-us/windows/win32/printdocs/pageicmrenderingintent
कंस्ट्रक्टर्स
| कंस्ट्रक्टर | विवरण |
|---|---|
| PageICMRenderingIntent(PageICMRenderingIntent.PageICMRenderingIntentOption[] options) | एक नया इंस्टेंस बनाता है। |
मेथड्स
| मेथड | विवरण |
|---|---|
| add(IFeatureItem[] items) | इस फीचर की आइटम सूची के अंत में आइटमों की एक सूची जोड़ता है। |
| equals(Object arg0) | |
| getClass() | |
| getName() | एलिमेंट का नाम प्राप्त करता है। |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
PageICMRenderingIntent(PageICMRenderingIntent.PageICMRenderingIntentOption[] options)
public PageICMRenderingIntent(PageICMRenderingIntent.PageICMRenderingIntentOption[] options)
एक नया इंस्टेंस बनाता है।
Parameters:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| options | PageICMRenderingIntentOption[] | फ़ीचर के लिए विशिष्ट विकल्पों की एक सरणी। |
add(IFeatureItem[] items)
public void add(IFeatureItem[] items)
इस फ़ीचर की आइटम सूची के अंत में आइटमों की एक सूची जोड़ता है। प्रत्येक को एक Feature , एक Option , या एक Property इंस्टेंस होना चाहिए।
Parameters:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| items | IFeatureItem[] | जोड़ने के लिए आइटमों की सूची। |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getName()
public String getName()
एलिमेंट का नाम प्राप्त करता है।
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| arg0 | long | |
| arg1 | int |