Aspose::Page::UserProperties::SetProperty मेथड
UserProperties::SetProperty(System::String, bool) method
बूलियन प्रॉपर्टी मान सेट करता है।
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, bool value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | bool | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, double) method
डबल प्रॉपर्टी मान सेट करता है।
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | डबल | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, float) method
फ़्लोट प्रॉपर्टी मान सेट करता है।
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | फ़्लोट | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, int32_t) method
इंटीजर प्रॉपर्टी मान सेट करता है।
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, int32_t value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | int32_t | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::ArrayPtr<System::String>) method
स्ट्रिंग एरे प्रॉपर्टी मान सेट करता है।
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::ArrayPtr<System::String> value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | System::ArrayPtr<System::String> | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class String
- Typedef ArrayPtr
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::Drawing::Color) method
रंग प्रॉपर्टी मान सेट करता है।
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Color value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | System::Drawing::Color | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class String
- Class Color
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::Drawing::Rectangle) method
आयत प्रॉपर्टी मान सेट करता है।
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Rectangle value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | System::Drawing::Rectangle | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class String
- Class Rectangle
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::Drawing::Size) method
आकार प्रॉपर्टी मान सेट करता है।
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Size value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | System::Drawing::Size | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class String
- Class Size
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::SharedPtr<Margins>) method
मार्जिन प्रॉपर्टी मान सेट करता है।
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<Margins> value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | System::SharedPtr<Margins> | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class String
- Class Margins
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method
मैट्रिक्स प्रॉपर्टी मान सेट करता है।
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class String
- Class Matrix
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::String) method
स्ट्रिंग प्रॉपर्टी मान सेट करता है।
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::String value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | System::String | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, bool) method
निर्दिष्ट प्रॉपर्टीज़ तालिका में बूलियन प्रॉपर्टी मान सेट करता है।
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, bool value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| प्रॉपर्टीज़ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | प्रॉपर्टीज़ तालिका। |
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | bool | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, double) method
निर्दिष्ट प्रॉपर्टीज़ तालिका में डबल प्रॉपर्टी मान सेट करता है।
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, double value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| प्रॉपर्टीज़ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | प्रॉपर्टीज़ तालिका। |
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | डबल | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, float) method
निर्दिष्ट प्रॉपर्टीज़ तालिका में फ़्लोट प्रॉपर्टी मान सेट करता है।
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, float value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| प्रॉपर्टीज़ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | प्रॉपर्टीज़ तालिका। |
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | फ़्लोट | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, int32_t) method
निर्दिष्ट प्रॉपर्टीज़ तालिका में इंटीजर प्रॉपर्टी मान सेट करता है।
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, int32_t value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| प्रॉपर्टीज़ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | प्रॉपर्टीज़ तालिका। |
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | int32_t | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::ArrayPtr<System::String>) method
निर्दिष्ट प्रॉपर्टीज़ तालिका में स्ट्रिंग एरे प्रॉपर्टी मान सेट करता है।
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::ArrayPtr<System::String> value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| प्रॉपर्टीज़ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | प्रॉपर्टीज़ तालिका। |
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | System::ArrayPtr<System::String> | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Typedef ArrayPtr
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::Drawing::Color) method
निर्दिष्ट प्रॉपर्टीज़ तालिका में रंग प्रॉपर्टी मान सेट करता है।
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::Drawing::Color value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| प्रॉपर्टीज़ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | प्रॉपर्टीज़ तालिका। |
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | System::Drawing::Color | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Color
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::Drawing::Rectangle) method
निर्दिष्ट प्रॉपर्टीज़ तालिका में आयत प्रॉपर्टी मान सेट करता है।
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::Drawing::Rectangle value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| प्रॉपर्टीज़ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | प्रॉपर्टीज़ तालिका। |
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | System::Drawing::Rectangle | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Rectangle
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::Drawing::Size) method
निर्दिष्ट प्रॉपर्टीज़ तालिका में आकार प्रॉपर्टी मान सेट करता है।
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::Drawing::Size value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| प्रॉपर्टीज़ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | प्रॉपर्टीज़ तालिका। |
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | System::Drawing::Size | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Size
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::SharedPtr<Margins>) method
निर्दिष्ट प्रॉपर्टीज़ तालिका में मार्जिन प्रॉपर्टी मान सेट करता है।
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::SharedPtr<Margins> value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| प्रॉपर्टीज़ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | प्रॉपर्टीज़ तालिका। |
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | System::SharedPtr<Margins> | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Margins
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method
निर्दिष्ट प्रॉपर्टीज़ तालिका में मैट्रिक्स प्रॉपर्टी मान सेट करता है।
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| प्रॉपर्टीज़ | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | प्रॉपर्टीज़ तालिका। |
| कुंजी | System::String | प्रॉपर्टी का नाम। |
| मान | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | प्रॉपर्टी का मान। |
ReturnValue
एक प्रॉपर्टी।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Matrix
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++