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

एक प्रॉपर्टी।

संबंधित देखें

UserProperties::SetProperty(System::String, double) method

डबल प्रॉपर्टी मान सेट करता है।

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
पैरामीटरप्रकारविवरण
कुंजीSystem::Stringप्रॉपर्टी का नाम।
मानडबलप्रॉपर्टी का मान।

ReturnValue

एक प्रॉपर्टी।

संबंधित देखें

UserProperties::SetProperty(System::String, float) method

फ़्लोट प्रॉपर्टी मान सेट करता है।

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
पैरामीटरप्रकारविवरण
कुंजीSystem::Stringप्रॉपर्टी का नाम।
मानफ़्लोटप्रॉपर्टी का मान।

ReturnValue

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें

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

एक प्रॉपर्टी।

संबंधित देखें